ServiceUpdateItem Method (ItemId, IListProperty, IListPropertyPath, IListProperty, ConflictResolution, MessageDisposition, SendMeetingOption, FolderId) |
Updates the properties of an existing item.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic ItemId UpdateItem(
ItemId itemId,
IList<Property> propertiesToSet,
IList<PropertyPath> propertiesToDelete,
IList<Property> propertiesToAppend,
ConflictResolution conflictResolution,
MessageDisposition messageDisposition,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId
)
Public Function UpdateItem (
itemId As ItemId,
propertiesToSet As IList(Of Property),
propertiesToDelete As IList(Of PropertyPath),
propertiesToAppend As IList(Of Property),
conflictResolution As ConflictResolution,
messageDisposition As MessageDisposition,
sendMeetingOption As SendMeetingOption,
sentItemsFolderId As FolderId
) As ItemId
Parameters
- itemId
- Type: Independentsoft.ExchangeItemId
The ID of the item to update. - propertiesToSet
- Type: System.Collections.GenericIListProperty
The properties to set. - propertiesToDelete
- Type: System.Collections.GenericIListPropertyPath
The properties to delete. - propertiesToAppend
- Type: System.Collections.GenericIListProperty
The properties to append. - conflictResolution
- Type: Independentsoft.ExchangeConflictResolution
The conflict resolution mode. - messageDisposition
- Type: Independentsoft.ExchangeMessageDisposition
Indicates the disposition mode for Message objects. - sendMeetingOption
- Type: Independentsoft.ExchangeSendMeetingOption
Indicates whether and how invitations and/or cancellations should be sent for appointments. - sentItemsFolderId
- Type: Independentsoft.ExchangeFolderId
The folder in which to save sent messages, meeting invitations, or cancellations.
Return Value
Type:
ItemIdA collection of update results for each of the specified items.
See Also